home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NOH_TALE.DIR
/
00072_Script_72
< prev
next >
Wrap
Text File
|
1994-06-29
|
440b
|
14 lines
--This handler sends the playback head to
--the frame marked "stay" when the mouse button is clicked
--and then released. Becausue this handler is in a frame
--script, the handler runs when the user clicks
--anywhere on the stage.
--If the handler were in a sprite script or script of cast member,
--the user would need to click directly on the sprite
--for the script to run.
on mouseup
go to frame "stay"
end mouseup